type go/types.actionDesc

3 uses

	go/types (current package)
		check.go#L75: 	desc *actionDesc // action description; may be nil, requires debug to be set
		check.go#L82: 		a.desc = &actionDesc{pos, format, args}
		check.go#L88: type actionDesc struct {